home *** CD-ROM | disk | FTP | other *** search
/ J-Mac Electronics & Home Comics / J-Mac Electronics & Home Comics.iso / mac / J-MAC / G35F / G35_NANI.Dxr / 00091_ÉCÉâÉXÉgÇÃÉXÉNÉçÅ[ÉãÉ{É^ÉìÇÃì¸ÇÍë÷Ƕ.ls < prev    next >
Encoding:
Text File  |  1998-01-22  |  482 b   |  22 lines

  1. on pushbutton2
  2.   global ga, cno
  3.   repeat while stillDown()
  4.     if rollOver(clickOn()) then
  5.       case ga of
  6.         "D":
  7.           set cname to "scrld"
  8.           set the memberNum of sprite 25 to 41
  9.           testd()
  10.         "U":
  11.           set cname to "scrlu"
  12.           set the memberNum of sprite 27 to 43
  13.           testu()
  14.       end case
  15.     else
  16.       set the memberNum of sprite 25 to 40
  17.       set the memberNum of sprite 27 to 42
  18.     end if
  19.     updateStage()
  20.   end repeat
  21. end
  22.